Conversation
- Add v0.0.105 entry with session_id formatting fix - Follow existing format with Callout component - Include release date of August 28, 2025 Co-Authored-By: unknown <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
WalkthroughAdds a new top entry to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
jhaynie
left a comment
There was a problem hiding this comment.
Please fix merge conflicts with main
- Keep both v0.0.105 and v0.0.104 entries in chronological order - Preserve all existing content from main branch - Maintain consistent formatting with Callout components Co-Authored-By: unknown <>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 0d593f5 | Commit Preview URL Branch Preview URL |
Aug 28 2025, 10:26 PM |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (3)
content/Changelog/sdk-py.mdx (3)
16-17: Avoid repetition and format code identifier.Tighten wording and wrap the identifier in backticks.
-<a id="changes"></a>**Changes:** -- **Fixed:** Fixed issue with session_id formatting in OpenTelemetry tracing to ensure proper string conversion +<a id="changes"></a>**Changes:** +- **Fixed:** Correct `session_id` formatting in OpenTelemetry tracing to ensure proper string conversion
17-17: Link to the companion SDK PR for traceability.Add a PR reference if public/internal link is available.
- - **Fixed:** Correct `session_id` formatting in OpenTelemetry tracing to ensure proper string conversion + - **Fixed:** Correct `session_id` formatting in OpenTelemetry tracing to ensure proper string conversion ([agentuity/sdk-py#91])If linking is not possible, ignore.
16-16: Optional: Use unique anchor IDs per version.Repeated
id="changes"appears multiple times on this page; unique IDs improve deep-linking.-<a id="changes"></a>**Changes:** +<a id="v0-0-105-changes"></a>**Changes:**
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
content/Changelog/sdk-py.mdx(1 hunks)
🧰 Additional context used
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Workers Builds: docs
🔇 Additional comments (1)
content/Changelog/sdk-py.mdx (1)
12-14: Release date confirmed: v0.0.105 tag exists and is dated August 28, 2025, and PR #91 (“fix issue with session_id”) was merged on the same day—dates align correctly.
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
content/Changelog/sdk-py.mdx (2)
16-17: Tighten wording; code-format identifiers; add PR link for trace_id conversionAvoid “Fixed … Fixed”, wrap identifiers in backticks, and reference the SDK PR.
-**Changes:** -- **Fixed:** Fixed issue with session_id formatting in OpenTelemetry tracing to ensure proper string conversion +**Changes:** +- **Fixed:** Fixed `session_id` formatting in OpenTelemetry tracing by converting `trace_id` to string ([#91](https://github.com/agentuity/sdk-py/pull/91))
16-16: Optional: make anchor IDs uniqueYou reuse id="changes" across versions. Consider unique IDs (e.g., id="v0-0-105-changes") to avoid duplicate anchors.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
content/Changelog/sdk-py.mdx(1 hunks)
🧰 Additional context used
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Workers Builds: docs
🔇 Additional comments (1)
content/Changelog/sdk-py.mdx (1)
10-14: LGTM: version block and release date are correctConfirmed v0.0.105 tag exists (Aug 28, 2025) and PR #91 with the session_id/trace_id formatting fix was merged on Aug 28, 2025. (github.com)
Update changelog for sdk-py v0.0.105
Summary
Adds changelog entry for Python SDK v0.0.105 to the documentation site. This version contains a single fix that resolves session_id formatting issues in OpenTelemetry tracing to ensure proper string conversion. The entry follows the established format with a Callout component showing the release date and categorized change description.
Review & Testing Checklist for Human
Notes
This is part of a two-repository changelog update process. Both the main SDK repository and this documentation repository need to be updated to maintain consistency across the platform.
Link to Devin run: https://app.devin.ai/sessions/8d7d2d0c27604cd3b82f7d3946e66f12
Requested by: unknown ()
Summary by CodeRabbit
Bug Fixes
Documentation